home *** CD-ROM | disk | FTP | other *** search
/ VRML 2.0 Sourcebook (2nd Edition) / VRML 2.0 Sourcebook CD [md5 fed90f4f9c39d5a60d477058775c7e21].iso / book / mac / ch28 / dfloor.wrl < prev    next >
Text File  |  1996-09-23  |  878b  |  34 lines

  1. #VRML V2.0 utf8
  2. # The VRML 2.0 Sourcebook
  3. # Copyright [1997] By
  4. # Andrea L. Ames, David R. Nadeau, and John L. Moreland
  5. Transform {
  6.     translation -5.0 0.0 -2.5
  7.     children Shape {
  8.         appearance Appearance {
  9.             material Material { diffuseColor 1.0 1.0 1.0 }
  10.             texture ImageTexture { url "stone2.jpg" }
  11.             textureTransform TextureTransform {
  12.                 scale 16.0 8.0
  13.             }
  14.         }
  15.         geometry ElevationGrid {
  16.             xDimension 8
  17.             zDimension 8
  18.             xSpacing   1.4285714
  19.             zSpacing   0.7142857
  20.             solid      FALSE
  21.             height [
  22.                 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 
  23.                 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 
  24.                 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 
  25.                 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 
  26.                 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 
  27.                 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 
  28.                 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 
  29.                 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 
  30.             ]
  31.         }
  32.     }
  33. }
  34.